home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-websites-
/
f1_gp
/
ftp
/
f1gp-saveed.lha
/
F1GP-SaveEd
/
HD_Install
< prev
next >
Wrap
Text File
|
1992-09-02
|
846b
|
45 lines
; $VER: Install_F1GP-SaveEd V1.0 (14.6.1997) Mario Sarno
(complete 0)
(if (NOT (askbool
(prompt "F1GP-SaveEd Hard Disk Installer\n\n"
"This program will install F1GP-SaveEd to your Hard Disk.\n\n"
"IMPORTANT : Make sure you have booted from your hard drive, "
"before continuing with this installation!\n\n"
"Do you want to continue ?"
)
(default 0)
(help "")
))
(exit (quiet))
)
(set #destdir
(askdir
(prompt "Select a drawer in which to install the program\n(no separate drawer is created)")
(help @askdir-help)
(default @default-dest)
)
)
(set @default-dest #destdir)
(copyfiles
(source "")
(dest @default-dest)
(pattern "#?F1GP-SaveEd#?")
(help @copyfiles-help)
)
(complete 50)
(copyfiles
(source "")
(dest @default-dest)
(pattern "#?History#?")
(help @copyfiles-help)
)
(complete 100)